home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_142 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  330 b   |  20 lines

  1. on(release){
  2.    _root.time = 8;
  3.    _root.flies = 0;
  4.    gotoAndStop(1);
  5.    tellTarget("_root.outoftime")
  6.    {
  7.       gotoAndStop(1);
  8.    }
  9.    Mouse.hide();
  10.    startDrag("_root.chopsticks",1);
  11.    tellTarget("_root.orientchops")
  12.    {
  13.       gotoAndPlay(1);
  14.    }
  15.    tellTarget("_root.timer")
  16.    {
  17.       play();
  18.    }
  19. }
  20.